Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
JavaScript Tutorial
1) Animation
2) Array
3) Date
4) Development
5) Dialogs
6) Document
7) Dojo Toolkit
8) DOM Node
9) Drag Drop
10) Event
11) Form
12) Function
13) Global
14) GUI Components
15) History
16) HTML Tags
17) JQuery
18) Language Basics
19) Location
20) Math
21) MS JScript
22) Navigator
23) Number Data Type
24) Object Oriented
25) Operators
26) Regular Expressions
27) Screen
28) Statement
29) String
30) Style
31) Window
32) XML
String
1) Capitalize the words
2) Compare the char value
3) Compare two strings
4) Convert String to upper case
5) Count the words
6) Create String object by calling its constructor
7) Define HTML tags as the string variable
8) Get a substring index
9) Get char in a string by index
10) Get the lengh of a string
11) Get the substring out of a string
12) LocaleCompare
13) Output string value and length
14) Regular Expression Only
15) Regular Expression With Limit of 3
16) Reverse the words
17) Reversing the string by suing the substr
18) Separator With Limit of 2
19) Special Characters (escape sequence)
20) String anchor()
21) String big()
22) String blink()
23) String bold()
24) String charAt()
25) String charCodeAt()
26) String comparisons
27) String comparisons by converting strings to its uppercase form
28) String concat()
29) String fixed()
30) String fontcolor()
31) String fontsize()
32) String fromCharCode()
33) String indexOf()
34) String italics()
35) String lastIndexOf()
36) String length
37) String link()
38) String match()
39) String prototype
40) String replace()
41) String search()
42) String slice()
43) String small()
44) String split()
45) String strike()
46) String sub()
47) String substr()
48) String substring()
49) String sup()
50) String toLowerCase()
51) String toSource()
52) String toString()
53) String toUpperCase()
54) String valueOf()
55) String() Object
56) StringBuffer based on array
57) The String Type
58) Use if statement with String localeCompare
59) Use indexOf method the search a substring
60) Using the replace() method of the String object